home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / ezlandmo.zip / EZPAK.EXE / READLOG.DOC < prev    next >
Text File  |  1991-01-18  |  5KB  |  100 lines

  1.  
  2.   Supplemental documentation for READLOG Version 2.0
  3.   a utility to generate reports on computer usage logged by EZ-Menu
  4.   version 5.0 and later.
  5.  
  6.   This version of READLOG.EXE will replace any earlier versions.
  7.  
  8.   This document is not designed to elaborate on how READLOG works, but
  9.   rather to outline the latest features incorporated into the product.
  10.   For complete information, consult your EZ-Menu documentation.
  11.  
  12.   To utilize the newest version of READLOG, simply replace your old READLOG
  13.   program with this new one (by copying READLOG.EXE into your current EZ-
  14.   Menu subdirectory).
  15.  
  16.   PLEASE NOTE:  READLOG is a utility designed only for the registered or
  17.                 commercial versions of EZ-Menu (4.0 or later).  This product
  18.                 has no value to the Shareware version since it does not have
  19.                 the usage log reporting capabilities active.  Only the non-
  20.                 Shareware versions of EZ-Menu can track computer usage.
  21.                 If you're using EZ-Menu 3.6 or earlier, this is yet another
  22.                 great reason why you should register your copy, otherwise
  23.                 you'll never know how wonderful the usage tracking function
  24.                 is.
  25.  
  26.   NEW FEATURES INCORPORATED INTO READLOG:
  27.   =======================================
  28.   Program enhancement log - from most recent version to earliest.
  29.  
  30.   READLOG Version 2.0 now has full mouse support built-in.  Hilighting
  31.   a menu choice and pressing the LEFT button selects an option.  The
  32.   RIGHT mouse button is the equivalent of <ESC>.
  33.  
  34.   READLOG Version 1.8 has no incorporated the ability to selectively
  35.   specify a date range of activity to report on.  When generating
  36.   any type of usage report, activity can be limited to a particular
  37.   date, today's activity, yesterday's activity, or a specified range.
  38.   READLOG Version 1.7 was a limited distribution release.
  39.  
  40.   READLOG Version 1.6 includes an improved user-interface, which will
  41.   become the standard for all EZ-Menu-related products.  The most
  42.   significant feature of 1.6 is the user-configurable date and time
  43.   formats - which also correspond to EZ-Menu 5.1 enhancements (5.1 is
  44.   scheduled for release in the near future).  Readlog now supports a
  45.   variety of date and time formats for various countries.
  46.  
  47.   READLOG Version 1.5 was a limited-distribution release.  No enhancements
  48.   will be elaborated on - see 1.6 features for information.
  49.  
  50.   With READLOG Version 1.4, a new user interface designed to emulate EZ-Menu's
  51.   "look and feel" has been implemented, as well as a powerful new capability
  52.   to execute READLOG via command line parameters for unattended operation.
  53.  
  54.   READLOG's new automated feature allows you to call the program from EZ-Menu
  55.   as a timed-event and regularly generate usage reports, without human
  56.   intervention.
  57.  
  58.   A complete list of READLOG's new commands are available by invoking the
  59.   program from DOS with the "?" parameter.  So typing READLOG ? from DOS
  60.   will display:
  61.  
  62. EZ-Menu Usage Log Reporter V1.6 (c) 1990 Progressive Computer Services, M. Perry
  63.  
  64. READLOG can be invoked from DOS with command line parameters for unattended
  65. operation.  The syntax for automated operation is:
  66.  
  67.    READLOG /R<report type> /O<output type> /F<logfile> /B<startdate> /E<end>
  68.  
  69.    where command options and arguments are as follows:
  70.  
  71.   /R (generate report)  <report type> = A (detailed) or B (summary)
  72.  
  73.   /O (output device)    <output type> = S (screen), P (printer) or
  74.       F<output file> (immediately followed by a valid DOS path/filename)
  75.  
  76.   /F (logfile to use)   <logfile>     = valid DOS path/filename
  77.  
  78.   /B (starting date)                  = valid date (i.e. 12/22/90)
  79.  
  80.   /E (ending date)                    = valid date
  81.  
  82. Examples:  "READLOG /RA /OP"      (generate detailed report to printer)
  83.  
  84.            "READLOG /RB /OFc:\myusage.txt /Fc:\ezmenu\usage.log"
  85.             (generate summary report to file C:\MYUSAGE.TXT from logfile
  86.              C:\EZMENU\USAGE.LOG)
  87.  
  88. The /F option can be used with normal menu-driven execution to specify the
  89. log file to work with during the session.  For more information execute
  90. the command "READLOG ?" from the DOS prompt.
  91.  
  92. READLOG will terminate with a DOS ERRORLEVEL of 0 if everything runs OK,
  93. otherwise an error will cause the program to terminate with an ERRORLEVEL
  94. of 5.  If you are using a batch file to invoke READLOG's automated ability,
  95. you can now check the success of the operation be reading the ERRORLEVEL
  96. environment variable and act accordingly.
  97.  
  98. Special thanks goes to Dave Davis for suggesting such a powerful and useful
  99. feature.
  100.